home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / aa_m68k_Intel_Only / PingPong.app / English.lproj / InfoPanel.nib / data.classes next >
Encoding:
Text File  |  1995-09-22  |  422 b   |  34 lines

  1. InfoView = {
  2.     ACTIONS = {
  3.     animateInfo:;
  4.     animateInit:;
  5.     windowWillClose:;
  6.     };
  7.     OUTLETS = {
  8.     };
  9.     SUPERCLASS = View;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. Controller = {
  17.     ACTIONS = {
  18.     saveImage:;
  19.     inspect:;
  20.     info:;
  21.     openImage:;
  22.     };
  23.     OUTLETS = {
  24.     inspectorView;
  25.     saveBut;
  26.     newWindow;
  27.     inspector;
  28.     newImage;
  29.     infoView;
  30.     infoPanel;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.